aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/[title]/[id]
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-30 12:04:42 +0530
committerreal-zephex <[email protected]>2024-03-30 12:04:42 +0530
commitb97c89c5d32dde62867dbfcdfe84faa56a316cc5 (patch)
tree8c69e970dc3e7111f3614938fdbb5b90dca4561e /src/app/manga/[title]/[id]
parentfix: minor css fix for light mode users (diff)
downloaddramalama-b97c89c5d32dde62867dbfcdfe84faa56a316cc5.tar.xz
dramalama-b97c89c5d32dde62867dbfcdfe84faa56a316cc5.zip
fixes: temporrarily disabled the image proxy server for faster image loading, also changed the background color
Diffstat (limited to 'src/app/manga/[title]/[id]')
-rw-r--r--src/app/manga/[title]/[id]/[read]/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx
index e584ee2..127a6b9 100644
--- a/src/app/manga/[title]/[id]/[read]/page.jsx
+++ b/src/app/manga/[title]/[id]/[read]/page.jsx
@@ -31,7 +31,7 @@ export default async function Read({ params }) {
images.map((item, index) => (
<div className={styles.Image} key={index}>
<Image
- src={`https://image-proxy-4xuu.onrender.com/image-proxy?url=${item}`}
+ src={item}
key={index}
alt="Pages"
width={800}